home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / utils / ved04b / paperair.v04 < prev    next >
Text File  |  1994-12-15  |  1KB  |  36 lines

  1. *****************************************************************************
  2. * Object file for VED v0.4 beta                                             *
  3. * "Paper Airplane " by Tumblin / Bodies In Motion                           *
  4. *****************************************************************************
  5.  
  6. *------------------------------ Vertices -----------------------------------*
  7.  
  8. * number of vertices
  9. 6,
  10.  
  11. * list of vertices
  12. * the plane's nose if facing you
  13.    0,   0,  70,   * vertex 0 : nose of plane
  14.  -70,  -5, -70,   * vertex 1 : plane's right wing tip in back
  15.  -10,   5, -70,   * vertex 2 : top of plane's right wing in back
  16.    0,  -5, -70,   * vertex 3 : plane's tail
  17.   10,   5, -70,   * vertex 4 : top of plane's left wing in back
  18.   70,  -5, -70,   * vertex 5 : plane's left wing tip in back
  19.  
  20. *------------------------------ Polygons -----------------------------------*
  21.  
  22. 8, * 4 polygons for top, 4 for underneath
  23.  
  24. * polygons for object
  25. 3,  1,0,2,  1, * top side of right wing
  26. 3,  2,0,3,  1, * top side of right wing's inner side along body
  27. 3,  3,0,4,  1, * top side of left wing's inner side along body
  28. 3,  4,0,5,  1, * top side of left wing
  29. 3,  2,0,1,  1, * top side of right wing
  30. 3,  3,0,2,  1, * top side of right wing's inner side along body
  31. 3,  4,0,3,  1, * top side of left wing's inner side along body
  32. 3,  5,0,4,  1, * top side of left wing
  33.  
  34. * end of object
  35.  
  36.